home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / misc / samples2 / wallpapr.txt < prev   
Encoding:
Text File  |  1995-07-24  |  504 b   |  16 lines

  1. This is a very short example of how to change Windows wallpaper 
  2. using the SystemParametersInfo() API function.   This function
  3. will automatically update the WIN.INI file, if specified to.  
  4. There is no need to use the WriteProfileString or GetProfileString
  5. functions unless you need to change (or check) whether the wallpaper
  6. is tiled or centered.
  7.  
  8.  
  9. Any questions can be sent to VDG Mike on America Online.  Hope you find
  10. this useful.
  11.  
  12. Mike Davis
  13.  
  14. Visual Developers Group
  15. vdgmike@aol.com
  16.